home *** CD-ROM | disk | FTP | other *** search
- Path: news.crystalball.com!news
- From: Larry Weiss <lfw@oc.com>
- Newsgroups: comp.lang.c
- Subject: Re: binary tree question
- Date: Mon, 25 Mar 1996 12:08:19 -0600
- Organization: crystalball.com
- Message-ID: <3156E113.34B0@oc.com>
- References: <4isglj$cgg@netaxs.com> <4iumkjINNsp3@keats.ugrad.cs.ubc.ca> <4ivpff$a6j@netaxs.com> <4j6fjjINNc2p@keats.ugrad.cs.ubc.ca>
- NNTP-Posting-Host: external.oc.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win16; I)
-
- Kazimir Kylheku wrote:
- >
- >
- > Have a look at K&R2, section 8.7 Example---A Storage Allocator. It shows a
- > simple C implementation of malloc() and free(). N.B.: you cannot write your own
- > function called malloc() as the book suggests, for it is a reserved symbol
- > according to ANSI. The book is wrong in this respect.
- >
-
- Should that fact be mentioned in an errata for K&R2 ?
-